projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
585ee91
)
* cross/Makefile.in (src/libemacs.so): Depend on libgnu.a.
author
Po Lu
<luangruo@yahoo.com>
Sun, 19 Feb 2023 13:57:17 +0000
(21:57 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 19 Feb 2023 13:57:17 +0000
(21:57 +0800)
cross/Makefile.in
patch
|
blob
|
history
diff --git
a/cross/Makefile.in
b/cross/Makefile.in
index ac23b2e23f55d2d8e0fe1b39517abed10579186b..bc51c2ef5d7ffe658b0fc6a0f2614a7a7066343b 100644
(file)
--- a/
cross/Makefile.in
+++ b/
cross/Makefile.in
@@
-154,7
+154,8
@@
src/libemacs.so: src/Makefile src/config.h src/verbose.mk \
lib/libgnu.a $(PRE_BUILD_DEPS)
$(MAKE) -C src libemacs.so
-src/android-emacs: src/Makefile src/config.h $(PRE_BUILD_DEPS)
+src/android-emacs: src/Makefile src/config.h lib/libgnu.a \
+ $(PRE_BUILD_DEPS)
$(MAKE) -C src android-emacs
lib-src/Makefile: $(top_builddir)/lib-src/Makefile.android